home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / dmppfm14.zip / README.DOC < prev   
Text File  |  1991-10-25  |  5KB  |  148 lines

  1.                      Welcome to DumpPfm version 1.4
  2.                      ------------------------------
  3.                       Printer Font Metrics Dumper
  4.  
  5.  
  6. Short description :
  7. -------------------
  8.  
  9. This little program was written because of the many problems I had with
  10. .PFM files. The format of the files was very unclear and it appeared that
  11. at least two different formats were used by various fonts.
  12.  
  13.  
  14. Files in this package:
  15. ----------------------
  16.  
  17.     README.DOC        - This file!
  18.     DUMPPFM.EXE       - Executable
  19.  
  20.  
  21. Usage :
  22. -------
  23.  
  24. The syntax is very easy:
  25.  
  26.     DUMPPFM file[.PFM]
  27.  
  28. Note that the .PFM extension is not essential, DumpPfm does extension guessing.
  29.  
  30. Before using this product, please read the full documentation to see if
  31. it fits your needs. If it doesn't, or if you have any questions or
  32. suggestions concerning this product or any other products, please
  33. contact the address below:
  34.  
  35. P.S.O.
  36. attn. Jeroen W. Pluimers
  37. P.O. Box 266
  38. 2170 AG Sassenheim
  39. The Netherlands.
  40.  
  41. fidonet:  2:281/521
  42. internet: jeroenp@rulfc1.LeidenUniv.nl
  43.  
  44.  
  45. How it works :
  46. --------------
  47.  
  48. DumpPfm uses the information of the Printers and Fonts toolkit manual
  49. that can be found in the Microsoft DDK to disasseble the PFM file.
  50. This way, bare bones PFM files could be dumped, but not the PFM files
  51. that were shipped with PostScript and PCL fonts.
  52.  
  53. After browsing some other manuals (Aldus, Adobe) and some binaries (PCL
  54. and PostScript drivers), it appeared that at least two different PFM
  55. files were used. A warning was added into the program.
  56.  
  57. This means DumpPfm is not perfect, there might be some things that I
  58. overlooked. When I find time, I'll take a look at the PCL and PostScript
  59. driver sources to make it better.
  60.  
  61.  
  62. Copyright / License / Disclaimer
  63. --------------------------------
  64.  
  65. I hope you enjoy my work, it did cost some time get it all done, but now
  66. it works fine for me. As I wrote the source code, the next copyright
  67. message applies.
  68.  
  69. __________________________________________________________________
  70. DumpPfm 1.4 is copyright (c) 1991 by Jeroen W. Pluimers for P.S.O.
  71. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  72.  
  73. This means that are free to use, copy and distribute DumpPfm for
  74. noncommercial use IF:
  75.  
  76.     NO FEE IS CHARGED FOR USE, COPYING OR DISTRIBUTION.
  77.  
  78.     IT IS NOT MODIFIED IN ANY WAY.
  79.  
  80.     BOTH ARE COPIED TOGETHER.
  81.  
  82.  
  83. Clubs and user groups may charge a nominal fee (not to exceed $10) for
  84. expenses and handling while distributing them.
  85.  
  86. As I don't want to be liable for any possible damages caused by DumpPfm,
  87. the next disclaimer is included.
  88.  
  89. Jeroen W. Pluimers, hereafter called 'the author' hereby disclaims all
  90. warranties relating to the software included into this package, whether
  91. express or  implied, including without limitation any implied warranties
  92. of merchantability or fitness for a particular purpose. The author will
  93. not be liable for any special, incidental, consequential, indirect or
  94. similar damages due to loss of data or any other reason, even if the
  95. author has been advised of the possibility of such damages. In no event
  96. shall the author's liability for any damages ever exceed the price paid
  97. for the license to use software, regardless of the form of the claim.
  98. The person using the software bears all risk as to the quality and
  99. performance of the software.
  100.  
  101. For reactions and donations (would be appreciated, no money --> no
  102. new software) write to:
  103.  
  104. P.S.O.
  105. attn. Jeroen W. Pluimers
  106. P.O. Box 266
  107. 2170 AG Sassenheim
  108. The Netherlands.
  109.  
  110. fidonet:  2:281/521
  111. internet: jeroenp@rulfc1.LeidenUniv.nl
  112.  
  113. If you register yourself as a user of this utility, by sending $25
  114. or more, you will send you a disk with the newest version as soon
  115. as possible, and you get a message when the first new version comes
  116. out.
  117.  
  118. Revision history :
  119. ------------------
  120.  
  121. Version 1.4 :         * Changed PostScript ANSI encoding to windows 3.1
  122.                       * Added default extension of .PFM
  123.                       * Fixed documentation (one occurance of UpConv)
  124.  
  125. Version 1.3.1  :      * Added description for boolean fields
  126.  
  127. Version 1.3  :        * Added encoding recognition after some
  128.                         hints from Berthold K.P. Horn
  129.                       * Added warning about NumKernTracks incompatibility
  130.                       * Added compatibility issues section
  131.                       * Bug fix in PostScript width table description
  132.  
  133. Version 1.2  :        * Added width table for PCL fonts
  134.                       * Added family and pitch description
  135.                       * Bug fixes
  136.  
  137. Version 1.1.1:        * Bug fixes
  138.                       * Added Symbol font detection
  139.                       * More PostScript character names
  140.  
  141. Version 1.1  :        * Added PostScript names for ANSI encoding
  142.                       * Added PostScript names for standard encoding
  143.                       * Added character set (ANSI/standard) detection
  144.  
  145. Version 1.0  :        * Added warning about NumKernPairs incompatability
  146.  
  147. Version 0.9  :        * Initial test version
  148.